home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- :out
- msgswap /g:c:\pcb\msgswap.cfg /e
- if errorlevel 2 goto error
- if errorlevel 1 goto scan
- if errorlevel 0 goto end
- goto end
-
- :error
- rem errorlevel 2 - error occured
- echo ERROR! ERROR!
- goto end
-
- :scan
- rem errorlevel 1 - mail was processed
- c:
- cd\bink
- qm scan pack -fechotoss.log
- if exist c:\bink\echotoss.log del c:\bink\echotoss.log
- goto end
-
- :end
-
-
-